home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / football / locale / english / exec / cupupdatematches.data < prev    next >
Text File  |  1999-11-29  |  2KB  |  49 lines

  1. /* English Translation for CupUpdateMatches.rexx */
  2.  
  3.   var.1  = "cum_error = 'ERROR :    (CupUpdateMatches)'"
  4.   var.2  = "cum_t2    = 'Cannot find '"
  5.   var.3  = "cum_t3    = 'Cannot open '"
  6.   var.4  = "cum_t4    = ' for reading.'"
  7.   var.5  = "cum_t5    = ' for writing.'"
  8.   var.6  = "cum_t6    = 'ERRORS FOUND WHILE UPDATING CUP '"
  9.   var.7  = "cum_t7    = '< ERROR IN MATCH'"
  10.   var.8  = "cum_t8    = 'errors found.'"
  11.   var.9  = "cum_t9    = 'Rules'"
  12.   var.10 = "cum_t10   = '-----'"
  13.  
  14.   var.11 = "cum_t11   = 'A match fails the checks if the score is equal, extra time is'"
  15.   var.12 = "cum_t12   = 'equal and penalties are equal.'"
  16.  
  17.   var.13 = "cum_t13   = 'A match fails the checks if the score is equal and penalties'"
  18.   var.14 = "cum_t14   = 'are equal.'"
  19.  
  20.   var.15 = "cum_t15   = 'A match will fail if the score is equal and the extra time has not'"
  21.   var.16 = "cum_t16   = 'been played when it should have been.'"
  22.  
  23.   var.17 = "cum_t17   = 'A match will fail if the score is equal and the penalties have not'"
  24.   var.18 = "cum_t18   = 'been played when they should have been.'"
  25.  
  26.   var.19 = "cum_t19   = 'A match will fail if the score is equal and the extra time is equal'"
  27.   var.20 = "cum_t20   = 'but the penalties have not been played when they should have been.'"
  28.  
  29.   var.21 = "cum_t21   = 'A match will fail if the extra time scores are lower than the'"
  30.   var.22 = "cum_t22   = 'full-time scores.'"
  31.  
  32.   var.23 = "cum_t23   = 'A match will fail if it has been played over two legs and has failed'"
  33.   var.24 = "cum_t24   = 'checks (1) and (5).'"
  34.  
  35.   var.25 = "cum_t25   = 'A match will fail if the away goals (if set) are equal with the match'"
  36.   var.26 = "cum_t26   = 'over two legs and has failed check (7).'"
  37.  
  38.   var.27 = "cum_t27   = 'A match that is 2 legs but no score can be found for the 1st leg.'"
  39.  
  40.   var.28 = "cum_t28   = 'All other combinations will pass. The scores have NOT been updated so'"
  41.   var.29 = "cum_t29   = 'they will need to be re-entered.'"
  42.  
  43.  
  44. /* Please don't change the following lines */
  45.  
  46.   setclip('VarCount', 29)
  47.   do i = 1 to 29
  48.     call setclip('var.'i, var.i)
  49.   end